From: Jochen Sprickerhof Date: Sun, 12 Oct 2014 22:03:50 +0000 (+0200) Subject: Clean up debian/rules X-Git-Tag: archive/raspbian/1.14.0+dfsg-2+rpi1^2~245^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=361a799f95674a07065091c48852c60d64ce18e1;p=pcl.git Clean up debian/rules --- diff --git a/debian/rules b/debian/rules index 83dadcd8..6e0714fb 100755 --- a/debian/rules +++ b/debian/rules @@ -15,11 +15,9 @@ CXXFLAGS+=$(CPPFLAGS) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) .PHONY: override_dh_auto_configure \ - override_dh_auto_build \ override_dh_install \ override_dh_installchangelogs \ - override_dh_strip \ - override_dh_shlibdeps + override_dh_strip override_dh_auto_configure: dh_auto_configure -- \ @@ -36,10 +34,6 @@ override_dh_auto_configure: -DBUILD_apps_point_cloud_editor=ON -DBUILD_apps_in_hand_scanner=ON \ -DWITH_DOCS=ON -override_dh_auto_build: - dh_auto_build -- # Compile the software. - dh_auto_build -- doc # Generate Doxygen HTML documentation. - override_dh_install: mkdir -p debian/tmp/usr/share/doc/libpcl1.7-dbg && cp debian/README.Debug debian/tmp/usr/share/doc/libpcl1.7-dbg/